home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI239.ASC < prev    next >
Text File  |  1992-08-12  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 239
  10.   VERSION : 3.01x
  11.        OS : CP/M-86
  12.      DATE : March 13, 1986                               PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  25.   the  path to the error messages in the event they are stored in a
  26.   directory other than the  one  active at the time Turbo Pascal is
  27.   loaded. Patches for three different implementations are lis
  28.  
  29.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  30.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  31.   directory  (or  onto  the diskette) where your  working  copy  of
  32.   information  exactly  as  it  appears.  (Conclude  each  line  by
  33.   pressing <Enter>.)
  34.  
  35.  
  36.   Note:
  37.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  All
  38.        addresses are listed in upper case for ease of  readability.
  39.  
  40.   2.   While in DEBUG, the prompt will appear as a dash (-).
  41.  
  42.  
  43.   3.   If you do not receive the appropriate response,    press "q"
  44.        followed by <Return>,  to  quit.  Check your version numbers
  45.        and, if correct, try  again.
  46.  
  47.   TURBO.COM - "YES" - MESSAGES INCLUDED
  48.  
  49.        YOU TYPE                              THIS APPEARS
  50.  
  51.        DEBUG TURBO.COM<ENTER>                 -
  52.        e2AEB                                  XXXX:2AEB E8.
  53.        0C<Space>                              34
  54.        FF<Space>                              DC
  55.        EB<Space>                              0D
  56.        1E<Return>                             -
  57.        w                                      writing XXXX bytes
  58.        q                                      DOS prompt
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 239
  76.   VERSION : 3.01x
  77.        OS : CP/M-86
  78.      DATE : March 13, 1986                               PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                             THIS APPEARS
  87.  
  88.        DEBUG TURBO.COM<ENTER>                 -
  89.        e2AEB                                  XXXX:2AEB E8.
  90.        24<Space>                              34
  91.        00<Space>                              DC
  92.        EB<Space>                              0D
  93.        1E<Return>                             -
  94.        w                                      writing XXXX bytes
  95.        q                                      DOS prompt
  96.  
  97.  
  98.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  99.  
  100.        YOU TYPE                              THIS APPEARS
  101.  
  102.        DEBUG TURBO-87.COM<ENTER>              -
  103.        e2601                                  XXXX:2601 E8.
  104.        0C<Space>                              1E
  105.        FF<Space>                              E1
  106.        EB<Space>                              0D
  107.        1E<Return>                             -
  108.        w                                      writing XXXX bytes
  109.        q                                      DOS prompt
  110.  
  111.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  112.  
  113.        YOU TYPE                             THIS APPEARS
  114.  
  115.        DEBUG TURBO-87.COM<ENTER>              -
  116.        e2601                                  XXXX:2601 E8.
  117.        24<Space>                              1E
  118.        00<Space>                              E1
  119.        EB<Space>                              0D
  120.        1E<Return>                             -
  121.        w                                      writing XXXX bytes
  122.        q                                      DOS prompt
  123.  
  124.  
  125.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 239
  142.   VERSION : 3.01x
  143.        OS : CP/M-86
  144.      DATE : March 13, 1986                               PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.        YOU TYPE                              THIS APPEARS
  151.  
  152.        DEBUG TURBOBCD.COM<ENTER>              -
  153.        e29FE                                  XXXX:29FE E8.
  154.        OC<Space>                              21
  155.        FF<Space>                              DD
  156.        EB<Space>                              0D
  157.        1E<Return>                             -
  158.        w                                      writing XXXX bytes
  159.        q                                      DOS prompt
  160.  
  161.  
  162.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  163.  
  164.        YOU TYPE                              THIS APPEARS
  165.  
  166.        DEBUG TURBOBCD.COM<ENTER>              -
  167.        e29FE                                  XXXX:29FE E8.
  168.        24<Space>                              21
  169.        00<Space>                              DD
  170.        EB<Space>                              0D
  171.        1E<Return>                             -
  172.        w                                      writing XXXX bytes
  173.        q                                      DOS prompt
  174.  
  175.  
  176.  
  177.   DISCLAIMER: You  have the right to use this technical information
  178.   subject to the terms  of  the  No-Nonsense License Statement that
  179.   you received with  the  Borland product to which this information
  180.   pertains.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.